home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / wfimage / src / smakefile < prev    next >
Encoding:
Makefile  |  2001-08-31  |  399 b   |  19 lines

  1. #
  2. # Makefile automatically generated by hand
  3. #
  4.  
  5. OBJS= test.o waveforms_lib.o waveforms.o
  6.  
  7. test: $(OBJS)
  8.    sc link to /test with <<
  9. $(OBJS)
  10. <
  11.  
  12. test.o:             test.c waveforms.h waveforms_protos.h waveformsbase.h
  13.  
  14. waveforms_lib.o:    waveforms_lib.c waveforms.h waveforms_protos.h waveformsbase.h waveforms_rev.h
  15.  
  16. waveforms.o:        waveforms.c waveforms.h waveforms_protos.h waveformsbase.h
  17.  
  18.  
  19.